home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club KidSoft Volume 3 #2
/
CKSPCV32.BIN
/
movies
/
clubroom.dir
/
00171_Script_TV Init
< prev
next >
Wrap
Text File
|
1995-04-03
|
447b
|
18 lines
on enterFrame
global gCurrentButton
set gCurrentButton = 0
set the visible of sprite 27 to TRUE
StartSound "DRUMROLL.AIF"
repeat with i = 29 to 30
set the visible of sprite i to false
end repeat
global gTvIndex, gTvLastMovie, gTvFirstMovie
set gTvFirstMovie = the number of cast "CTV1.MOV"
set gTvLastMovie = the number of cast "CTV6.MOV"
set gTvIndex = gTvLastMovie
preLoad the frame + 1
end